home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 5 #3 / IMG 46 Vol 5-3.iso / More Goodies / More For Your Game / Realmz / Character Master Source / Nemesis Framework / Headers / nemesis resources.h < prev    next >
C/C++ Source or Header  |  1996-07-03  |  554b  |  17 lines

  1. //•••••••••••••••••••••••••••
  2. //•    Written by David Wagner    •
  3. //•    -----------------------    •
  4. //•      Created: 1 Jun 1996    •
  5. //•••••••••••••••••••••••••••
  6.  
  7. #ifndef _NEMESISRESOURCES_
  8.     #define _NEMESISRESOURCES_    // Usual check to include this only once
  9.  
  10. OSErr    NemesisGetPixPat( int, PixPatHandle & );
  11. void    NemesisDisposePixPat( PixPatHandle & );
  12. OSErr    NemesisPenPixPat( PixPatHandle & );
  13. Handle    NemesisGet1Resource( short, OSType, short );
  14. OSErr    NemesisGetDialog( short, void *, WindowRef , DialogRef &);
  15. void    NemesisGetIndString( short, short, Str255 );
  16.  
  17. #endif